Re: [NTG-context] definebodyfontenvironment

2016-05-16 Thread Wolfgang Schuster
switch to that size. It is part of a fontsize changing mechanism inside an xmlsetup. In short what I am doing is: \scratchdimen=\the\dimexpr\bodyfontsize\relax \advance\scratchdimen 'somevalue' \relax %\definebodyfontenvironment[\the\scratchdimen] \begingroup % must keep the change local \switchtobo

Re: [NTG-context] definebodyfontenvironment

2016-05-14 Thread Meer, Hans van der
. In short what I am doing is: \scratchdimen=\the\dimexpr\bodyfontsize\relax \advance\scratchdimen 'somevalue' \relax % \definebodyfontenvironment[\the\scratchdimen] \begingroup % must keep the change local \switchtobodyfont[\the\scratchdimen] ... \endgroup The commented out \definebodyfontenvironment

Re: [NTG-context] definebodyfontenvironment

2016-05-14 Thread Wolfgang Schuster
Meer, Hans van der <mailto:h.vanderm...@uva.nl> 14. Mai 2016 um 17:55 I like to execute this statement \definebodyfontenvironment[somevalue] in order to avoid lots of error messages as such: fonts > bodyfont '8.0pt' is defined (can better be done global Is this definebodyfontenvironm

[NTG-context] definebodyfontenvironment

2016-05-14 Thread Meer, Hans van der
I like to execute this statement \definebodyfontenvironment[somevalue] in order to avoid lots of error messages as such: fonts > bodyfont '8.0pt' is defined (can better be done global Is this definebodyfontenvironment macro fully executed each time it is called or does ConTeXt remem

[NTG-context] definebodyfont vs. definebodyfontenvironment

2006-02-02 Thread Thomas A. Schmitz
(say 19.5pt), I have to put these lines in my preamble: \definebodyfontenvironment[19.5pt] \starttypescript [serif] [default] [size] \definebodyfont [19.5pt] [rm] [default] \stoptypescript and I get the output I want, but alas, not in the footnotes: there, font bar is not scaled. Would

Re: [NTG-context] definebodyfont vs. definebodyfontenvironment

2006-02-02 Thread Taco Hoekwater
an unusual size for the bodyfont (say 19.5pt), I have to put these lines in my preamble: \definebodyfontenvironment[19.5pt] \starttypescript [serif] [default] [size] \definebodyfont [19.5pt] [rm] [default] \stoptypescript and I get the output I want, but alas

Re: [NTG-context] definebodyfont vs. definebodyfontenvironment

2006-02-02 Thread Thomas A. Schmitz
On Feb 2, 2006, at 11:38 AM, Taco Hoekwater wrote: It is the token small, but it would be easier to set it to an explicit value. If you use \setupfootnotes[bodyfont=14.4pt] you don't even need a \definebodyfontenvironment, because it is predefined. (untested) Cheers, Taco Taco